/*  首页顶部 */
body{
    background:url(../images/nav-bg1.png) #fff center top no-repeat;
}

.index-top{
    width: 100%;
    height: 62px;
    overflow:hidden;
    background: rgba(255,255,255,0);
    padding-top: 130px;
    overflow:hidden;
}
.weather-box{
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: rgba(255,255,255,.4);
    padding: 0 20px;,
},
.weather-box .today{
    color: #2e6675;
    font-size: 16px;
}
.index-top p{
    vertical-align: middle;
    color: #2e6675;
    font-size: 16px;
}
.index-top .weather img{
    margin-top: 8px;
}
.index-top .weather i{
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    position: relative;
    top: 2px;
    margin: 0 10px;
}
.index-top .weather span{
    display: inline-block;
    width: 180px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
.index-top-right{
    height: 40px;
    line-height: 37px;
}
.index-top-right a{
    font-size: 12px;
    color: #666;
}
.index-top-right a *{
    vertical-align: middle;
}
.set-index i{
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../images/set-index.png) center top no-repeat;
    position: relative;
    top:1px;
}
.index-top-right>span{
    display: inline-block;
    width: 1px;
    height: 18px;
    background:#666;
    position: relative;
    top: 5px;
    margin: 0 10px;
}
.add-collect i{
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(../images/add-sc.png) center top no-repeat;
    position: relative;
    top:1px;
}
.set-index:hover{
    color: #2a80d0;
}
.set-index:hover i{
    background: url(../images/set-w.png) center top no-repeat;
}
.add-collect:hover{
    color: #2a80d0;
}
.add-collect:hover i{
    background: url(../images/add-w.png) center top no-repeat;
}

/* logo部分 */
.index-logo{
    height: 150px;
    position: relative;
}
.index-logo .logo img{
    margin-top:20px;
}
.index-logo .wrap>.fr{
    margin-top: 15px;
}
.index-logo>.wrap{
    position: relative;
    z-index: 100000;
}
.scroll-box{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.scroll-inside{
    position: relative;
    height: 100%;
}
.search-box{
    margin-top: 30px;
}
.search-box .search{
    height: 35px;
    position: relative;
    text-align: right;
}
.search-box .search input{
    width: 495px;
    border-radius: 17px;
    background: #fff;
    padding:0 35px;
    box-sizing: border-box;
    height: 40px;
}
.search-box .search-btn{
    position: absolute;
    top: 12px;
    left: 10px;
}
.search-box .sea-but{
    width: 105px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1192e0;
    margin-left: 15px;
    cursor: pointer;
}
.search-box .sea-but:hover{
    background: #0370b2;
}
.index-body{
    background:url(../images/nav-bg1.png) #fff center top no-repeat;
    transition: all 2s;
}

.index-body .nav{
    /* margin-top: 576px; */
    transition: all 1s;
}
.hot-word{
    font-size:12px;
    color: #545555;
    margin-top: 15px;
}
.hot-word a{
    color: #545555;
}
.hot-word a+a{
    margin-left: 15px;
}
.nav{
    height: 60px;
    line-height: 60px;
}
.nav ul{
    width:100%;
}
.index-body .nav ul{
    width: 1140px;
}
.nav .btn-nav{
    display: none;
}
.index-body .nav .btn-nav{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #17528a;
    margin-left: -1px;
    font-size:18px;
    color:#fff;
    cursor: pointer;
}
.index-body .nav.active{
    margin-top: 0!important;
    transition: all 1s;
}
.nav li{
    width: 14.2857%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    box-sizing:border-box;
    background: #2a80d0;
    position: relative;
}
.nav li.active{
    background:#0066c3;
}
.nav li a{
    color: #fff;
    font-size: 20px;
    position:relative;
    top:-3px;
    display:block;
}
.nav li a *{
    vertical-align: middle;
}
.nav li+li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 2px;
    height: 100%;
    background: url(../images/line.png) center top no-repeat;
}
.nav li:hover{
    background:#0066c3;
}
.nav li:hover span{
    font-weight:bold;
}
.nav li a i{
    display: inline-block;
    width: 23px;
    height: 23px;
}
.nav .index i{
    background: url(../images/home.png) center top no-repeat;
}
.nav .institutions-introduce i{
    background: url(../images/jgjs.png) center top no-repeat;
}

.nav .government-affairs i{
    background: url(../images/zwgk.png) center top no-repeat;
}

.nav .government-dynamic i{
    background: url(../images/zwdt.png) center top no-repeat;
}

.nav .government-service i{
    background: url(../images/zwfw.png) center top no-repeat;
}

.nav .interaction i{
    background: url(../images/hdjl.png) center top no-repeat;
}
.nav li:hover p{
    font-weight: 600;
}
.government-service{
    position: relative;
}
.government-service{
    position: relative;
}
.dynamic-up{
    padding-top: 15px;
    width: 100%;
    height: 100%;
    margin-top: -3px;
}
.dynamic-up>div{
    position: absolute;
    padding: 15px 15px 13px;
    background: #fff;
    width:495px;
    z-index: 600;
    top:76px;
    left:-183px;
    display: none;
    box-shadow: 0 0 5px #ccc;
}
.dynamic-up>div:after{
    content: '';
    display: inline-block;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top:-10px;
    left:253px;
}

.dynamic-up a{
    float: left;
}
.dynamic-up a+a{
    margin-left:15px;
}

.government-service:hover .dynamic-up>div{
    display: block;
}

/*  banner */
.index-banner{
    margin-top: 26px;
}
.index-banner .flexslider{
    margin: 0!important;
    border: none!important;
}
.index-banner .flex-control-nav{
    bottom:10px;
}
.index-banner .flex-control-paging li a{
    width: 42px;
    height: 4px;
    background: rgba(255,255,255,.5);
    border-radius: 0;
    box-shadow: none;
}
.index-banner .flex-control-paging li .flex-active{
    background: #fff;
}
/* 首页新闻 */
.index-scroll{
    background:rgba(255,255,255,0);
}
.index-scroll .flexslider{
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}
.index-news .wrap{
    background: #f9f9f8;
    box-sizing: border-box;
}
.index-news-scroll{
    width: 100%;
    height:auto;
    overflow:hidden;
}
.index-news-scroll .slides li{
    position: relative;
}
.index-news-scroll li .btttom-title{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size:18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    font-weight:bold;
}
.index-news-scroll .flex-control-nav {
    width: 176px;
    bottom: 20px;
    right: 0;
}
.index-news-scroll .flex-control-paging li a{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.5);
    box-shadow: none;
}
.index-news-scroll .flex-control-paging li .flex-active{
    background: #fff;
}
.index-news-scroll .hide{
    width: 85%;
    display: inline-block;
}
.index-news-right{
    width: 773px;
    height: 420px;
    background: #fff;
}
.rigth-top{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dbdbdb;
}
.rigth-top .news-name{
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    color:#1192e0;
    font-weight:bold;
}
.special-focus .rigth-top .news-name:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #1192e0;
    width: 100%;
}
.news-ul li{
    height:45px;
    float: left;
    padding:0 15px;
    position: relative;
    background:linear-gradient(#fff, #e9e9e9);
}
.news-ul li+li{
    border-left: 2px solid #fff;
}
.news-ul .active{
    background:linear-gradient(#5eb1ff, #2b81d1);
}
.news-ul li a{
    font-size: 18px;
    color: #2a80d0;
}
.news-ul li:hover{
    background:linear-gradient(#5eb1ff, #2b81d1);
}
.news-ul .active a{
    color: #fff;
    font-weight: bold;
}
.news-ul li:hover a{
    color: #fff;
    font-weight: bold;
}
.more-news{
    height: 45px;
    line-height: 45px;
    margin-left:5px;
    margin-right:10px;
}
.more-news *{
    vertical-align: middle;
    font-size: 14px;
    color: #7b7b7b;
}
.more-news i{
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url(../images/more.png) center top no-repeat;
}
.more-news:hover span{
    color: #1192e0;
}
.more-news:hover i{
    background: url(../images/more-h.png) center top no-repeat;
}
.index-news-list{
    padding:0 10px;
}
.index-news-list li{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #cfcfcf;
    font-size:18px;
    color: #666;
}
.news-content{
    margin-top: 0;
}
.index-news-list li a{
    display: block;
    color: #666;
    font-size:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-list li .title{
    width: 600px;
}
.index-news-list li:hover a{
    color: #1192e0;
}
.index-news-list li .time{
    color: #999;
}
.index-news-list li:hover .time{
    color: #1192e0;
}

.index-news-focus{
    width: 417px;
    margin-left: 10px;
    height: 420px;
    overflow:hidden;
}
.index-news-focus .img-box{
    width: 100%;
    height: 145px;
    overflow: hidden;
}
.index-news-focus .img-box img{
    width:100%;
}
.focus-title{
    height: 42px;
    line-height: 42px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.focus-title *{
    vertical-align: middle;
}
.focus-title span{
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    /*  首页中间导航 */
.index-center-nav>div{
    overflow: hidden;
    margin-top:10px ;
    margin-bottom: 10px;
}
.index-center-nav ul{
    background: #fff;
    padding: 20px 10px;
    margin: 0 -10px;
    box-sizing: border-box;
}
.index-center-nav ul li{
    width: calc(100% / 5);
    /*margin-right: 78px;*/
    padding:0 5px;
    box-sizing: border-box;
}
.index-center-nav ul li:last-child {
    margin-right: 0;
}
.index-center-nav ul .message{
    display:block;
    background:#fff;

}
.index-center-nav ul a{
    display: block;
    height: 60px;
}
.index-center-nav ul .wlgk a{
    background: url(../images/gk-bg.jpg) center top;
}
.center-box{
    text-align: center;
    line-height: 60px;
}
.index-center-nav ul .wlgk:hover a{
    background: url(../images/gk-b.jpg) center top;
}
.center-box i{
    display: inline-block;
    width: 29px;
    height: 30px;
    background: url(../images/gk-icon.png) center top;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.center-box span{
    font-size: 18px;
    color: #666666;
    margin-left: 5px;
}
.wlgk .center-box:hover i{
    background: url(../images/gk-w.png) center top;
}
.index-center-nav ul li:hover span{
    color: #fff;
}
.message .center-box i{
    width: 39px;
    background: url(../images/tgbg-icon.png) center top no-repeat;
}
.index-center-nav ul .message a{
    background: url(../images/xxkg-bg.jpg) center top;
}
.message:hover i{
    background: url(../images/tgbg-icon-h.png) center top no-repeat;
}
.index-center-nav ul .message:hover a{
    background: url(../images/xxkg-b.jpg) center top;
}

.warning .center-box i{
    background: url(../images/yjxx-icon.png) center top no-repeat;
}
.index-center-nav ul .warning a, .index-center-nav ul .zhxzzf a{
    background: url(../images/yjxx-bg.jpg) center top;
}
.warning:hover i{
    background: url(../images/yj-w.png) center top no-repeat;
}
.index-center-nav ul .warning:hover a, .index-center-nav ul .zhxzzf:hover a{
    background: url(../images/yjxx-b.jpg) center top;
}
.zhxzzf .center-box i {
    background: url(../images/zhxzzf-icon.png) center top no-repeat;
}
.zhxzzf:hover i{
    background: url(../images/zhxzzf-icon-h.png) center top no-repeat;
}

.calendar .center-box i{
    background: url(../images/whrl-icon.png) center top no-repeat;
}
.index-center-nav ul .calendar a{
    background: url(../images/whrl-bg.jpg) center top;
}
.calendar:hover i{
    background: url(../images/whrl-w.png) center top no-repeat;
}
.index-center-nav ul .calendar:hover a{
    background: url(../images/whrl-b.jpg) center top;
}

.cxtx .center-box i{
    background: url(../images/cxtx-icon.png) center top no-repeat;
}
.index-center-nav ul .cxtx a{
    background: url(../images/cxtx-bg.jpg) center top;
}
.cxtx:hover i{
    background: url(../images/cxtx-w.png) center top no-repeat;
}
.index-center-nav ul .cxtx:hover a{
    background: url(../images/ctxt-b.jpg) center top;
}

/* 通知栏 */
.index-notice-box{
    margin-top: 10px;
}
.index-notice-box .wrap{
    box-sizing: border-box;
}
.index-notice-left{
    height: 320px;
    width: 420px;
}
.index-notice-left .flexslider{
    border:0;
    border-radius: 0;
    margin: 0!important;
}
.index-notice-left .content-box{
    position: relative;
}
.index-notice-left .content-box .btttom-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,.4);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.index-notice-left .flex-control-nav{
    width: 90px;
    bottom: 14px;
    right: 0;
}
.index-notice-left .flex-control-paging li a{
    background: rgba(255,255,255,.5);
    box-shadow: none;
}
.index-notice-left .flex-control-paging li .flex-active{
    background:#fff;
}
.cultural-tourism{
    width:420px;
    height: 316px;
    background: #2a80d0;
    padding: 10px;
    box-sizing: border-box;
}
.cultural-left{
    font-size: 18px;
    font-weight: 600;
    margin:0 8px;
    padding: 10px 0 15px;
    border-bottom: 1px solid #5fa4e3;
}
.cultural-left span{
    position: relative;
    display: inline-block;
    height: 100%;
    font-weight: 600;
    color:#fff;
}
.cultural-left span:after{
    content: '';
    display: inline-block;
    width: 75px;
    height: 3px;
    position: absolute;
    bottom: -17px;
    background: #fff;
    left: 0;
    z-index: 5;
}
.cultural-tourism ul{
    margin-top: 15px;
}
.cultural-tourism li{
    width:46%;
    height: 57px;
    line-height: 57px;
    padding-left:20px;
    margin: 10px 8px;
    float: left;
    box-sizing: border-box;
}
.cultural-tourism li:hover{
   background: #d5ebff;
}
.cultural-tourism li a{
    display: block;
}
.cultural-tourism li i{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    font-weight: normal!important;
    color:#fff;
}
.cultural-tourism li span{
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
}
.cultural-tourism li{
    background: #4b98e0;
}
.cultural-tourism li:hover span{
    color:#2a80d0;
}
.cultural-tourism li:hover i{
    color: #2a80d0;
}

.notice-box{
    width: 770px;
    margin-left: 10px;
    background: #fff;
    height: 316px;
}
.notice-box li .title{
    width: 620px!important;
}
.application-box{
    width: 417px;
}
.application-box ul{
    margin-left: -8px;
    margin-top: 3px;
}
.application-box ul li{
    width: 204px;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    box-sizing: border-box;
    height: 107px;
    text-align: center;
    background: #fff;
}
.application-box li i{
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
    margin-top: 20px;
    color: #555;
    font-size: 28px;
}
.application-box li p{
    margin-top:10px;
    color: #555;
    font-size: 18px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.application-box li:hover p{
    color:#2a80d0;
}
.application-box li:hover i{
    color:#2a80d0;
}
/*.application-box .statistics i{*/
    /*background: url(../images/tjgl.png) center center no-repeat;*/
/*}*/
/*.application-box .gold-data i{*/
    /*background: url(../images/hjzb.png) center center no-repeat;*/
/*}*/
/*.application-box .holiday i{*/
    /*background: url(../images/jrxt.png) center center no-repeat;*/
/*}*/
/*.application-box .country i{*/
    /*background: url(../images/gjxc.png) center center no-repeat;*/
/*}*/
/*.application-box .statistics{*/
    /*background: #f4a687;*/
/*}*/
/*.application-box .gold-data{*/
    /*background: #b1d582;*/
/*}*/
/*.application-box .holiday{*/
    /*background: #f1a0c4;*/
/*}*/
/*.application-box .country{*/
    /*background: #99b4f2;*/
/*}*/

/* 专题聚焦 */
.special-focus .wrap{
    margin-top: 10px;
    padding: 16px;
    background: #fff;
    box-sizing: border-box;
    overflow:hidden;
}
.focus-up{
    overflow: hidden;
    margin: 0 -10px;
    margin-top: 10px;
    width: 100%;
}
.focus-up li{
    float: left;
    padding:10px;
}
.focus-up ul{
    position: relative;
    left: 0;
}

/*  魅力四川 */
.charm-cont{
    margin-top: 10px;
}
.charm-cont>div{
    margin: 0 -8px;
}
.pic-list{
    margin:0 -10px;
}
.pic-list li{
    width: 33.3333%;
    padding: 8px;
    box-sizing: border-box;
    float: left;
}
.pic-list li:hover p{
    font-weight: 600;
}
.pic-list li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.pic-list li .title{
    width: 100%;
    height: 47px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 47px;
}
.bom-list li{
    width: 33.3333%;
    padding: 8px;
    box-sizing: border-box;
    float: left;
}
.bom-list li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.bom-list li .title{
    width: 100%;
    height: 47px;
    background: url(../images/bm-jb.png) center top no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 47px;
}
.bom-list li:hover p{
    font-weight: 600;
}
.video-list .play{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    top:0;
    left: 0;
    text-align: center;
}
.video-list .play img{
    margin-top: 57px;
}
/* 视频弹窗 */
.video-play{
    position: fixed;
    top:0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 510000;
    display: none;
}
.video-cont{
    width: 600px;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.video-cont video{
    width: 100%;
    height: 100%;
}
.index-content{
    padding:10px 0;
}
/*  页脚 */
.footer{
    background: #17528a;
    border-top: 1px solid #4791d7;
    padding: 45px 0;
}
.da-img{
    margin-left: 45px;
    position:relative;
    top:18px
}
.foot-center{
    width: 990px;
    text-align: center;
}
.foot-center a{
    font-size: 16px;
    color: #8eb1d1;
    padding:0 10px;
    border-left: 1px solid #8eb1d1;
    display: inline-block;
    height: 15px;
    line-height: 15px;
}
.foot-center a:first-child{
    border: 0;
}
.foot-center .copyright{
    font-size: 16px;
    color: #8eb1d1;
    margin-top: 20px;
}
.jc-img{
    margin-top: 10px;
    position:relative;
    top:18px;
}
/*
首页侧边栏
*/
#sidebar-header {
display: block
}
.sidebar{
    position: fixed;
display: none;
    /* bottom: 300px; */
    right: 30px;
    top: 50%;
    margin-top: -200px;
    z-index: 100000;
}
@media only screen and (max-width: 1500px){
    /*.sidebar{
    position: fixed;
    bottom: 300px;
    right: 0;
}*/
}
.sidebar li{
    width: 65px;
    height: 65px;
    text-align: center;
    background: #8d9296;
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.sidebar li>img,
.sidebar li>a img{
    margin-top: 11px;
}
.sidebar li+li{
    border-top:1px solid #fff;
}
.sidebar a>p{
    color: #fff;
}
.sidebar .ewm{
    width: 120px;
    padding: 10px;
    background: #fff;
    text-align: center;
}
.sidebar .ewm p{
    font-size: 12px;
    color: #999;
}
.sidebar .ewm{
    position: absolute;
    left: -155px;
    top: -125px;
    border: 1px solid #ccc;
    display:none;
}
.sidebar .ewm img{
    max-width: 100%;
}
.sidebar .ewm:after{
    content: '';
    position: absolute;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -8px;
    top: 142px;
}
.sidebar .wb .ewm {
  top: -40px;
}
.sidebar .wb .ewm:after {
  top: 65px;
}
.sidebar .li:hover{
    background:#10cf1d;
}
.sidebar li:hover .ewm{
    display: block;
}
.sidebar .wx:hover{
    background:#10cf1d;
}
.sidebar .wx:hover .ewm{
    display: block;
}
.sidebar .wb:hover{
    background:#d22d29;
}
.sidebar .sj:hover{
    background:#1192e0;
}
.sidebar .sj .ewm{
    top: -50px;
}
.sidebar .sj .ewm:after{
    top: 67px;
}
.sidebar .sj:hover .ewm{
    display: block;
}
.sidebar .wz:hover{
    background:#ff8a00;
}
.foot-mob{
    display: none;
}
/*  首页移动端 */
@media only screen and (max-width: 700px){
    .index-top{
        display: none;
    }
    .index-logo{
        display: none;
    }
    .mob-nav{
        display: block;
        height: 80px;
z-index: 1000000000 !important;
        background: #fff;
        padding: 0 16px;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        box-sizing: border-box;
    }
    .index-news-scroll .slides li{
        height:auto!important;
    }
    .mob-nav .logo{
        height: 40px;
        margin-top: 20px;
    }
    .nav-menu{
        width: 30px;
        line-height: .5;
        height: 30px;
        margin-top: 26px;
        cursor: pointer;
        position: relative;
    }
    .nav-menu span{
        display: inline-block;
        width: 28px;
        height: 3px;
        background: #2681d4;
        position: absolute;
    }
    .nav-menu.active .s1{
        transform: rotate(45deg);
        transition: all .3s;
        top:12px;
    }
    .nav-menu.active .s3{
        transform: rotate(-45deg);
        transition: all .3s;
        top:12px;
    }
    .nav-menu.active .s2{
        opacity:0;
        transition: all .3s;
    }
    .nav-menu .s1{
        top:4px;
        transition: all .3s;
    }
    .nav-menu .s2{
        top:12px;
        transition: all .3s;
    }
    .nav-menu .s3{
        top:20px;
        transition: all .3s;
    }
    .nav{
        display: none;
    }
    .index-banner{
        margin-top: 0;
    }
    .index-banner .wrap{
        width: 100%;
    }
    .index-banner .slides>li{
        height: 220px;
        position: relative;
        overflow: hidden;
    }
    .index-banner .slides>li img{
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: auto!important;
        margin: 0 auto;
        transform: translateX(-50%);
    }
    .wrap{
        width: 100%;
        margin: 0!important;
    }
    #sidebar-header{
        display: none;
    }
    .index-news-scroll{
        width: 100%;
        float: none;
        height:auto;
    }
    .index-news-scroll .flex-control-nav{
        display: none;
    }
    .index-news-scroll .flexslider{
        margin-bottom: 0;
    }
    .index-news-scroll .hide{
        width:100%
    }
    .index-news-right{
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .rigth-top{
        border-bottom: 0;
        height:70px;
    }
    .rigth-top .news-ul{
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
    }
    .rigth-top .more-news{
        position: relative;
        right: 0;
        top:-30px;
    }
    .index-news-list li{
        overflow: hidden;
        width: 100%;
    }
    .index-news-list li .title{
        width: 60%;
    }
    .index-news-right .news-content{
        position: relative;
        margin: 0;
        top: -20px;
    }
    .index-center-nav ul{
        margin-top: -16px;
    }
    .index-center-nav ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .index-notice-box{
        margin-top: 0;
    }
    .index-notice-box .wrap{
        padding: 0;
    }
    .index-notice-box .cultural-tourism{
        width: 100%;
        padding: 24px 8px;
        background: #ebf3fa;
        box-sizing: border-box;
    }
    .cultural-tourism .more-news{
        top: 0;
    }
    .cultural-tourism .rigth-top{
        height: 30px;
        padding:0 8px;
    }
    .cultural-tourism li{
        width:47%;
    }
    .cultural-tourism ul{
        margin-left: 0;
    }
    .cultural-left span:after{
      
    }
    .notice-box{
        width: 100%;
        margin: 0;
        padding: 24px 16px;
        box-sizing: border-box;
        height:390px;
    }
    .notice-box .more-news{
        right:24px;
        top:30px;
    }
    .notice-box li .title{
        width: 60%;
    }
    .application-box{
        width: 100%;
        padding: 0 16px 24px 16px;
        box-sizing: border-box;
    }
    .application-box .more-news{
        top: 0;
    }
    .application-box .rigth-top{
        height: 30px;
        padding:0 8px;
    }
    .application-box ul{
        margin-left: 0;
    }
    .application-box ul li{
        width: 47%;
    }
    .special-focus{
        width: 100%;
        padding: 24px 16px;
        box-sizing: border-box;

    }
    .special-focus .wrap{
        background: #ebf3fa;
        padding: 0;
    }
    .special-focus .more-news{
        top: 0;
    }
    .special-focus .rigth-top{
        height: 30px;
        padding:0 8px;
    }
    .special-focus .focus-up{
        margin: 0;
    }
    .charm-sc{
        background: #fff;
    }
    .charm-sc .wrap{
        background: #fff;
        padding: 0;
    }
    .pic-list li{
        width: 100%;
    }
    .pic-list li:last-child{
        display: none;
    }
    .charm-sc .bom-list{
        margin-top: 40px;
    }
    .charm-sc .bom-list li{
        width: 100%;
    }
    .footer{
        margin-top: 0;
        padding: 24px 0;
    }
    .footer .wrap{
        width: 100%;
        display: none;
    }
    .foot-mob{
        text-align: center;
        font-size: 14px;
        color: #8eb1d1;
        line-height: 30px;
        display: block;
    }
    .foot-mob img{
        vertical-align: middle;
        margin-top: 15px;
    }
    .da-img{
        margin-left: 0;
        width: 25px;
    }
    .jc-img{
        width: 50px;
    }
    .nav-up{
        background: #fff;
        width: 100%;
        position: fixed;
        top: 80px;
        left: 0;
        z-index: -1;
        transition: all .5s;
        height: 0;
        overflow-y: scroll;
    }
    .mob-search{
        padding: 16px;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }
    .mob-search input{
        width: 100%;
        padding: 10px 16px;
        background: #e5e5e5;
        box-sizing: border-box;
        border-radius:17px ;
    }
    .mob-search img{
        position: absolute;
        right:30px;
        top: 25px;
    }
    .nav-up .zxw{
        text-align: center;
        padding: 24px 0;
    }
    .nav-up .zxw a{
        width: 70%;
        height: 40px;
        line-height: 40px;
        background: #1192e0;
        font-size: 14px;
        color: #fff;
        display: inline-block;
    }
    .mob-nav-ul>li{
        border-bottom: 1px solid #dcdcdc;
    }
    .mob-nav-ul>li>a{
        color: #333;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        padding: 0 16px;
    }
    .mob-nav-ul ul{
        background:#f5f5f5;
        padding: 0 16px;
        display: none;
    }
    .mob-nav-ul ul li a{
        color: #666;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }
    .mob-nav-ul .active ul{
        display: block;
    }
    .news-ul li{
        width:25%;
        text-align:center;
        box-sizing:border-box;
        padding:0 5px;
    }
    .cultural-left{
        text-align: left;
        font-size: 18px;
        color: #1192e0;
        padding: 0 0 15px;
        font-weight: normal;
    }
    .cultural-left span{
        color: #1192e0;
    }
    .cultural-left span:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -17px;
    background: #1192e0;
    left: 0;
    z-index: 5;
}
    .cultural-tourism{
        width: 100%;
        background: #ebf3fa;
        height: 300px;
    }
    .index-news-right{
        margin-top: 0;
    }
    .cultural-tourism li{
        float: left;
        width: 48%;
        margin: 1%;
    }
    .rigth-top .more-news{
        display: none!important;
    }
    .index-news-focus{
        width: 100%;
        margin: 0;
    }
    .application-box{
        padding: 0;
        overflow: hidden;
    }
    .index-content{
       padding-top:0;
       width:100%;
       box-sizing:border-box;
       overflow:hidden;
    }
}

/*  机构简介 */
.introduce{
    margin-top: 26px;
}
.organization-box{
    width: 500px;
    background: #fff;
    padding:16px;
    box-sizing: border-box;
}
.organization-cont{
    font-size: 16px;
    color: #5d5d5d;
    line-height: 38px;
    margin-top: 20px;
    text-indent: 2em;
}
.leader-box{
    width: 685px;
    background: #fff;
    padding:16px;
    box-sizing: border-box;
}
.leader-cont{
    margin: 8px -10px;
}
.leader-cont li{
    width: 20%;
    padding: 16px;
    box-sizing: border-box;
}
.leader-cont li>div{
    position: relative;
}
.leader-cont li>div:hover{
    box-shadow: 0 0 10px #ccc;
}
.leader-cont li>div img{
    width: 100%;
}
.leader-cont li>div p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
}

/*  内设处室 */
.bureaus{
    margin: 26px 0;
}
.bureaus .wrap{
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
}
.bureaus-list{
    margin: 15px -10px 0;
}
.bureaus-list .title{
    background-color: #1192e0!important;
    padding:0 8px!important;
    margin-top:6px!important;
}
.bureaus-list .title a{
    background-color: #1192e0!important;
}
.bureaus-list li{
    width: 16.6666%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}
.details-content .bureaus-list li{
    width:100%;
}
.bureaus-list li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    font-size: 16px;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px;
}
.bureaus-list :hover a{
    background:#1192e0;
    color: #fff;
}
@media only screen and (max-width: 700px){
    .introduce{
        width: 100%;
        background: #ebf3fa;
    }
    .organization-box{
        background: #ebf3fa;
        width: 100%;
    }
    .introduce .rigth-top{
        height: 30px;
    }
    .introduce .more-news{
        display: none;
    }
    .organization-cont{
        padding: 16px;
        background: #fff;
        height: auto;
    }
    .organization-box{
        height: auto;
    }
    .leader-box{
        width: 100%;
        height: auto;
        background:#ebf3fa ;
    }
    .leader-box .leader-cont{
        background: #fff;
        overflow: hidden;
        margin: 0;
        padding: 10px;
        margin-top: 20px;
    }
    .leader-box .leader-cont li{
        width: 33.33333%;
        padding: 10px;
    }
    .bureaus{
        padding: 16px;
        background: #ebf3fa;
        height: auto;
        margin-top: 0;
    }
    .bureaus .rigth-top{
        height: 30px;
    }
    .bureaus .more-news{
        display: none;
    }
    .bureaus-list{
        height: auto;
        background: #fff;
        margin: 0;
        margin-top: 20px;
        padding: 10px 0;
    }
    .bureaus .wrap{
        width: 100%;
        height: auto;
        background:#ebf3fa ;
        padding: 0;
    }
    .bureaus .bureaus-list li{
        width:100%;
        padding: 10px 20px;
        text-align: left;
    }
    .bureaus .bureaus-list li a{
        text-align: left;
        padding: 0 10px;
    }
}

/*  政务公开 */
.government-nav{
    margin-top: 26px;
}
.government-nav .wrap{
    background: #fff;
}
.government-nav ul{
    padding: 10px;
}
.government-nav a{
    padding: 0 20px;
    font-size: 14px;
    color: #5d5d5d;
    margin: 10px 0;
    border-right: 1px solid #aaa;
    height: 14px;
    line-height: 14px;
    display: inline-block;
}
.government-box ul{
    margin: 10px -10px;
}
.government-box li{
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.websit-box li{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.government-box li .box{
    background: #fff;
    padding: 16px;
}
.government-box .com-list li{
    width: 100%;
    padding: 0;
    margin-top:15px;
}
.websit-box .com-list li {
    width: 12.5%;
}
.websit-box .government-list li {
    width: 16.66666%;
}
.government-box .com-list{
    height: 145px;
    margin: 0;
    overflow: hidden;
}
.government-box .com-list li a{
    width: 97%;
    float:right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #5d5d5d;
}
.government-box .com-list li a:hover{
    color: #1192e0;
}
.websit-box .com-list{
    margin-top: 0;
    height: auto;
}
/*   */
@media only screen and (max-width: 700px){
    .government-nav{
        display: none;
    }
    .government-ul>li{
        width: 100%;
        padding: 0 16px;
    }
    .government-ul .rigth-top .more-news{
        display: none;
    }
    .government-ul .rigth-top{
        height: 30px;
        background: #ebf3fa;
    }
    .government-box li .box{
        background: #ebf3fa;

    }
    .government-box li .com-list{
        background: #fff;
        padding: 0 16px 16px;
        height: auto;
    }
    .websit-box .government-list li{
        width: 100%;
    }
    .websit-box .com-list li {
        width: 100%;
    }
    .websit-box .com-list {
        margin-top: 20px;
    }
    .websit-box .government-ul{
        width: 100%;
        overflow: hidden;
        margin:0 ;
    }
    .websit-box .government-ul>li{
        padding: 0;
    }
}
/*  政务动态 */
.dynamic-ul>li{
    width: 33.33333%;
}
@media only screen and (max-width: 700px){
    .dynamic-ul>li{
        width: 100%;
    }
}
.government-nav a:hover{
    color: #1192e0;
}

/* 厅长信箱 */
.message-box{
    margin-top: 26px;
}
.message-list{
    width: 820px;
    height: 390px;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
}
.message-ul p{
    font-size: 14px;
    color: #5d5d5d;
}
.message-ul li{
    margin-top: 15px;
}
.message-ul .title{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-ul .title:hover{
    color: #1192e0;
}
.meg-right{
    width: 360px;
    height: 390px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}
.meg-bom-list ul{
    padding: 10px;
    background: #fff;
    margin-top: 26px;
}
.meg-bom-list ul li{
    padding: 10px;
    width: 25%;
    height: 80px;
    box-sizing: border-box;
    float: left;
    background: #fff;
}
.meg-bom-list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 100%;
    line-height: 60px;
}
.meg-bom-list ul li a img{
    margin-bottom: 15px;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 10px;
}
.meg-bom-list ul .jjjc a{
    background: #fab599;
}
.meg-bom-list ul .zxft a{
    background: #b1d582;
}
.meg-bom-list ul .gzly a{
    background: #f1a0c4;
}
.meg-bom-list ul .zxts a{
    background: #99b4f2;
}
.meg-bom-list ul li:hover span{
    font-weight: 600;
}
.write-layer{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,.9);
    overflow-y: auto;
    overflow-x: hidden;
}
.align-vertical{
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}
.vertical-inner{
    display: table-cell;
    vertical-align: middle;
}
.letters-box{
    width: 720px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #f1f1f1\9;
    box-shadow:0 5px 30px 0 rgba(0,0,0,.3)
}
.letters-box .tbox{
    color: #fff;
    padding: 20px 30px;
    background: url(../images/fei.png) no-repeat scroll 90% center #1192e0;
    line-height: 1.5;
}
.letters-box h1{
    font-size: 28px;
}
.letters-box p{
    font-size: 13px;
}
.letters-con{
    padding: 25px 0px 40px;
    margin: 0px 30px;
}
.letters-con .title{
    font-size: 28px;
    line-height: 1.5;
    color: #323232;
    text-align: center;
}
.letters-con .ts{
    color: #e80d0d;
    text-align: center;
}
.letters-C{
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
    margin: 15px 0px;
    font-size:15px;
    color: #777;
    line-height: 1.5;
    height: 276px;
    overflow-y: scroll;
}
.pageC{
    overflow-x: hidden;
}
.pageC strong{
    color:#333;
    font-size: 16px;
}
.letters-bot{
    text-align: center;
    color: #e80d0d;
}
.pl10{
    padding-left: 10px;
}
.letters-btnbox{
    padding-top: 32px;
    text-align: center;
}
.letters-btn{
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin: 0px 5px;
    text-align: center;
    display: inline-block;
    background-color: #e5e5e5;
    color: #646464;
    *display: inline;
    *zoom: 1;
    border: 0px none;
    transition: all .3s;
}
.lettersitem{
    margin-bottom: 15px;
}
.letters-two .ltxt{
    border: 1px solid #dcdcdc;
    padding: 14px;
    height: 30px;
    line-height: 30px;
    width: 280px;
}
.lettitem .Validform_checktip{
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.Validform_checktip{
    display: block;
}
.letters-two .ltxt1{
    float: left;
    display: inline-block;
}
.letters-two .ltxt2{
    float: right;
    display: inline-block;
}
.letters-two .ltxt3{
    width: 630px;
    position: relative;
}
.lettitem2 .Validform_checktip{
    margin-bottom: 10px;
}
.letters-two .ltxt4{
    height: 172px;
    resize: none;
    width: 630px;
    margin-top: -1px;
    position: relative;
}
.letters-btnbox{
    padding-top: 32px;
    text-align: center;
}
.letters-lbox{
    float: left;
    display: block;
}
.yzmbox{
    width: 236px;
    height: 48px;
}
.yzmbox .img{
    float: left;
    display: block;
    width: 112px;
    height: 46px;
    border: 1px solid #b5b5b5;
    border-right: 0px none;
}
.yzmbox img{
    width: 112px;
    height: 46px;
}
.yzmbox .yztxt{
    float: left;
    display: block;
    border: 1px solid #b5b5b5;
    padding: 10px 15px;
    height: 26px;
    line-height: 26px;
    width: 90px;
    color: #666;
}
.letters-threen .letters-con{
    padding: 80px 0;
}
.jgico{
    width: 124px;
    margin: 0px auto;
}
.letters-btn:hover{
    transition: all .3s;
    background-color: #1192e0;
    color: #fff;
}
.zwimg{
    width: 100%;
    display: block;
}
.jgtxt{
    color: #323232;
    font-size: 28px;
}
.fc{
    text-align: center;
}
.letters-btn-close2{
    display: block;
    margin: 8% auto 0;
    width: 80%;
    padding: 18px 0px;
}
@media only screen and (max-width: 700px){
    .message-box{
        margin-top: 10px;
    }
    .message-list{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        background: #ebf3fa;
    }
    .message-box .rigth-top{
        height: 30px!important;
        display: block;
        padding: 0 16px;
    }
    .meg-bom-list .rigth-top{
        height: 30px!important;
        display: block;
        padding: 0 16px;
    }
    .message-box .rigth-top .more-news{
        display: none;
    }
    .message-ul{
        padding: 16px;
        background: #fff;
        padding-top: 1px;
        margin-top: 10px;
    }
    .meg-right{
        width: 100%;
        height: auto;
        background: #6abaeb;
        padding: 12px;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .pc-img{
        display: none;
    }
    .meg-bom-list ul{
        background: #ebf3fa;
        margin-top: 10px;
        padding: 16px;
    }
    .meg-bom-list ul li{
        width: 50%;
    }
    .mob-img{
        display: block;
        text-align: center;
    }
    .mob-img img{
        width: 40%;
    }
    .inter-bottom{
        padding-bottom:80px;
    }
    .interactive-modal{
        right: 0;
    }
    .letters-box{
        width: 100%;
    }
    .letters-box .tbox{
        background-size: 70px auto;
        background-position: 95% center;
        padding: 18px 110px 18px 20px;
    }
    .letters-box h1{
        font-size: 20px;
    }
    .letters-con{
        margin: 0px 20px;
        box-sizing: border-box;
    }
    .letters-con .title{
        font-size: 20px;
    }
    .letters-btn{
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .letters-box .tbox{
        background-size: 70px auto;
        background-position: 95% center;
        padding: 18px 110px 18px 20px;
    }
    .letters-two .ltxt1, .letters-two .ltxt2{
        float: none;
        width: 100%;
        display: block;
    }
    .letters-two .ltxt{
        padding: 10px 15px;
        height: 40px;
        box-sizing: border-box;
        width: 100%;
    }
    .letters-two .ltxt2{
        margin-top: 15px;
    }
    .letters-two .ltxt4{
        height: 150px;
    }
    .letters-lbox, .letters-rbox{
        float: none;
        width: auto;
    }
    .letters-rbox{
        padding-top: 25px;
        text-align: left;
    }
    .letters-rbox .letters-btn{
        margin: 0 10px 0 0;
    }
}


/*  公用列表页面 */
.common-list{
    margin: 26px 0;
    min-height: 600px;

}
.common-left{
    width: 280px;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    box-sizing:border-box;
}
.common-list>.wrap{
    background: #fff;
}
.common-left li{

}
.common-left li a{
    font-size: 16px;
    color: #5d5d5d;
    height:46px;
    line-height: 46px;
    padding: 0 26px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing:border-box;
}
.common-left li a:hover{
    color: #1192e0;
}
.three-nav{
    display: none;
}
.three-nav a{
    padding: 0 40px!important;
}
.common-left .active{
    background: #1192e0;
}
.common-left .active a{
    font-size: 16px;
    color: #fff;
}
.common-left .active a:hover{
    color: #fff;
}
.common-right{
    width: 920px;
    box-sizing: border-box;
    padding: 30px;
    min-height:700px;
    border-left:1px solid #e5e5e5;
    margin-left:-1px;
}
.common-address *{
    vertical-align: middle;
    font-size: 16px;
    color: #5d5d5d;
}
.common-address a span{
    position:relative;
    top:-2px;
}
.common-address{
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.list-content{
    margin-top: 10px;
}
.list-content li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e5e5e5;
}
.list-content li .title{
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-content li .time{
    color:#999!important;
}
.list-content li p,
.list-content li p a
{
    font-size: 16px;
    color: #5d5d5d;
}
.list-content li:hover p,
.list-content li:hover p a
{
    color: #1192e0;
}
@media only screen and (max-width: 700px){
    .common-list .common-nav{
        width: 100%;
        overflow-x: scroll;
    }
    .common-list{
        margin-top: 0;
    }
    .common-left li{
        width: 100px;
        height: 40px;
        float: left;
        padding: 0;
        line-height: 40px;
        text-align: center;
        background: #ebf3fa;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
        overflow:hidden;
        width:99px;
    }
    .common-right{
        width: 100%;
        padding: 16px;
    }
}
.common-detail .title{
    /* font-size: 32px;
    color:#2681d4;
    text-align: center;*/
    margin-top: 30px;
    font-size: 27px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    color: #000;
}
.common-detail .dis{
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.common-detail .dis i{
    cursor: pointer;
}
.details-content{
    font-size: 14px;
    color: #5d5d5d;
    line-height: 26px;
    margin-top: 20px;
    min-height:500px;
}
.details-content table td,
.details-content table th
{
    border: 1px solid #000;
}
.leader-content{
    margin-top: 30px;
}
.leader-infor .img{
    width: 108px;
    height: 155px;
    overflow: hidden;
}
.leader-infor .leader{
    width: 700px;
    margin-left: 20px;
}
.leader-infor .leader p{
    font-size: 14px;
    color: #5d5d5d;

}
.leader-infor .leader p+p{
    margin-top: 18px;
}
.leader-course{
    font-size: 14px;
    color: #5d5d5d;
}
.leader-course p{
    margin-top: 15px;
}
.upload-btn{
    display: inline-block;
    width: 110px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #e5e5e5;
    font-size: 16px;
    color: #666;
    margin-left: 8px;
    margin-top: 1px;
}
.law{
    background: #fff;
    padding: 24px;
    font-size: 15px;
    color: #777;
    line-height:2;
}
.m-img{
    width: 100%;
}
@media only screen and (max-width: 700px){
    .leader-nav{
        display: none;
    }
    .leader-infor{
        padding: 16px;
        background: #ebf3fa;
    }
    .leader-infor>div{
        width: 100% !important;
        text-align: center;
    }
    .leader-infor .leader{
        margin-left: 0!important;
    }
    .law{
        background: #fff;
        padding: 24px;
        font-size: 15px;
        color: #777;
        line-height:2;
        width: 100%;
        box-sizing: border-box;
    }
    .m-img{
        display: block;
    }
    .p-img{
        display: none;
    }
    .inspect{
        padding: 24px;
        background: #fff;
        box-sizing: border-box;
    }
}
.leader-list{
    margin-top: 10px;
}
.leader-list li{
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.leader-list li .more{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #338dea;
    background:#e4f2ff;
    position: absolute;
    right: 0;
    top: 20px;
}
.leader-list li .more:hover{
    background: #1192e0;
    color: #fff;
}
.leader-list p:last-child{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 700px){
    .leader-list .leader-infor .img{
        width: 108px!important;
        height: 155px!important;
        overflow: hidden;
    }
    .leader-list .leader-infor{
        background: #ffffff;
    }
    .leader-list li .more{
        display: none;
    }
    .leader-list .leader-infor .leader{
        width: 65%!important;
        float: left;
        text-align: left!important;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .common-left li a{
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
    }
    .common-left{
        border-right:none;
    }
}

/*  视频列表 */
.common-detail .video-list{
    margin-top: 20px;
}
.common-detail .video-list li{
    padding: 16px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.common-detail .video-list li .img-box{
    overflow: hidden;
    position: relative;
}
.common-detail .video-list li .img-box>img{
    width: 100%;
}
.common-detail .video-list li .img-box a{
    display:inline-block;
    width:100%;
    color:#fff;
}
.common-detail .video-list .title{
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    height: 50px;
    line-height: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
}
.common-detail .video-list .play{
    width: 100%;
    height: 100%;
    background: url(../images/v-bg.png) 100% 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 14px;
}
.common-detail .video-list .play img{
    margin: 0;
    position: absolute;
    bottom:50%;
    margin-bottom: -18px;
    left: 50%;
    margin-left: -18px

}
@media only screen and (max-width: 700px){
    .common-detail .video-list li{
        padding: 16px;
        width: 100%;
        box-sizing: border-box;
        float: left;
    }
    .video-cont{
        width: 100%;
        padding: 0;
        height: 200px;
    }
    .video-cont video{
        width: 100%;
        height: 200px;
    }
}

.focus-list .wrap{
    padding:16px;
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
}
.special-list li{
    width: 33.33333%;
    min-height:160px;
    padding: 15px;
    float: left;
}
.special-list li img{
    width: 100%;
}
@media only screen and (max-width: 700px){
    .focus-list .rigth-top{
        height: 30px;
    }
    .special-list li{
        width: 100%!important;
    }
}


/* 在线投诉 */
.online .title{
    width: 200px;
    text-align: right;
    font-size: 15px;
    color: #444;
    height: 42px;
    line-height: 42px;
    margin-right: 15px;
}
.online .name{
    margin-top: 20px;
}
.online p{
    height: 42px;
    line-height: 42px;
}
.online .title i{
    color: #fa0920;
}
.online .title span{
    font-weight: bold;
}
.online .cotxt{
    border: 1px solid #ccc;
    width: 400px;
    padding: 10px;
    height: 20px;
    line-height: 20px;
}
.online .check-box *{
    vertical-align: middle;
}
.online .check-box span{
    margin-right: 15px;
    font-size: 15px;
    color:#646464;
}
.online .cotxt2{
    width: 520px;
    height: 90px;
}
.online .cot-text img{
    width: 112px;
    height: 46px;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    float: left;
    border-right: 0;
}
.online .cot-text input{
    display: block;
    border: 1px solid #b5b5b5;
    padding: 10px 15px;
    height: 26px;
    line-height: 26px;
    width: 90px;
    color: #666;
    float: left;
}
.online .cobtn1{
    background-color: #1192e0;
    border: 0;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    margin-top: 10px;
    display: inline-block;
}
.online .cobtn2{
    background-color: #ffa200;
    margin-left: 15px;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    margin-top: 10px;
    display: inline-block;
}
.online-bom{
    margin-top: 40px;
    border-top: 1px solid #b5b5b5;
    color: #323232;
    font-size: 18px;
}
.online-bom .fr{
    color:#1192e0;
}
.online-bom p{
    font-weight: 600;
}
@media only screen and (max-width: 700px){
    .online .title{
        width: 100%;
        text-align: left;
    }
    .online p{
        width: 100%;
    }
    .online .cotxt{
        width: 95%;
    }
    .cot-text{
        width: 100%;
    }
    .online .check-box span{
        margin-right:10px;
    }
    .online .check-box{
        line-height: 25px!important;
    }
    .online .name{
        margin-top: 0;
    }
}
/*分页样式*/

/*********/
.weather .cross-text dt .city{
    color:#666!important;
}
.return-pre{
    display:inline-block;
    width:120px;
    height:36px;
    line-height:36px;
    text-align:center;
    border-radius:6px;
    border:1px solid #999;
    font-size:16px;
    margin-top:30px;
    color:#666;
    background:#fff;
}
.return-pre:hover{
    color:#1192e0;
    border-color:#1192e0;
}
.nav .activer_li{
    background: #0066c3;
}
.nav .activer_li a span{
    font-weight:bold;
}

/***新增css***/
.glwz{
    background: #1192e0;
    color: #fff;
    width: 100px;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    margin-top:20px;
    margin-bottom:10px;
}
.xggjul ul li a{
    line-height: 40px;
    font-size: 16px;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xggjul ul li{
   width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xggjul ul li a:hover{
    text-decoration: underline;
    color:#1192e0;
}
/*分页2*/
.page{font-size:13px; color:#000;text-decoration:none;}
#page-div {
    font-size: 14px;
    color:#999;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    padding: 30px 0px;
}
#page-div .arrow{font-size:14px; color:#999;text-decoration:none; height:22px; line-height:22px;}
#page-div .arrow a{ color:#999; text-decoration:none;}
#page-div .arrow a:hover{
    color: #fff;
    text-decoration: none;
    background: #1192e0;
}
#page-div .pagination_index{ margin:0 6px; display:inline;}
#pagination_input{color:#999; width:30px; height:21px; line-height:21px; margin:0 4px; padding:0; overflow:hidden; border:1px solid #959595;border-radius: 3px;}
#goPage{border-radius: 3px;border:1px solid #959595;  color:#999; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;background: url(../images/goPage.jpg) repeat-x left top;  width:34px; height:20px; line-height:20px; text-align:center; display:inline-block}
#page-div .page_activer span a{
    border: 1px solid #999;
    margin: 0 3px;
    padding: 4px 11px;
    display: inline;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
}


/* 图片弹窗 */
.layer-img{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 500000;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    display: none;
}
.layer-img .img-box{
    max-height: 600px;
    position:relative;
}
.layer-img .title{
    position:absolute;
    left: 0;
    bottom:0;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height:40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background:rgba(0,0,0,.2)
}
.layer-close{
    position:absolute;
    top:20px;
    right:20px;
    cursor: pointer;
}
.zq-img li{
   width:33.3333%!important;
}

@media only screen and (max-width: 768px){
   .zq-img li{
       width:100%!important;
  }
  .layer-img .img-box{
    max-height: 600px;
    max-width:100%;
  }
}
.index-news-focus-flex {
height: 187px;
overflow: hidden
}
.index-news-focus-flex .focus-img {
  display: inline-block !important;
  width: auto !important;
}
.index-news-focus-flex .flex-control-nav {
  bottom: 45px;
}
.index-center-swiper{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}
.index-center-swiper .flexslider {
    width: 100%;
    height: 80px;
}
.index-center-swiper .flexslider .slides {
    width: 100%;
    height: 80px;
}
.index-center-swiper .flexslider .slides li {
    width: 100%;
    height: 80px;
    position: relative;
}
.index-center-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

   
   .szfxx_list {
      height: 360px;
      padding: 0 10px;
      overflow: hidden;
    }
    .szfxx_list li{
      display: flex;
      justify-content: space-between;
      height: 44px;
      color: #666;
      font-size:18px;
      line-height: 44px;
      border-bottom: 1px dashed #cfcfcf;
    }
    .szfxx_list li a{
      width: 600px;
      color: #666;
      font-size:18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .szfxx_list li:hover a{
      color: #1192e0;
    }

    .szfxx_list li span{
      color: #999;
    }

    .szfxx_list li:hover span{
      color: #1192e0;
    }


